Valid for Sitecore
5.2, 5.1.1
SelectSingleID
Prev Next |
SelectSingleID returns the ID of the first item that matches the given search criteria.
ID SelectSingleID(
string query,
CallContext context
)
Sitecore calls SelectSingleID when the Sitecore Query engine searches for the first item that matches the given query.
Prev Next